home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.tip.net!usenet
- From: Fredrik Sj=?iso-8859-2?Q?=F6=F6 <frsj@syntronic.se>?=
- Newsgroups: comp.lang.c++
- Subject: Dll in Watcom C++ 10.5
- Date: Fri, 19 Apr 1996 09:51:28 -0700
- Organization: Syntronic AB
- Message-ID: <3177C490.2745@syntronic.se>
- NNTP-Posting-Host: a5113.dial.tip.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=iso-8859-2
- Content-Transfer-Encoding: quoted-printable
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- Hi!
-
- I=B4ve made a DLL under NT in Visual C++ 2.0 and using an =
-
- application made in Borland C/C++ 4.5
- to call the functions in the DLL.
- Convert using implib on a made .def file (something like this):
- EXPORTS
- _Foo =3D Foo
- All functions in the dll is declared as __export.
- This combination works just fine, but (there is always a but) =
-
- then i tried to compile the dll under
- Watcom C++ 10.5 (got the compilation successful) and tried to =
-
- use the (watcom)dll in the Borland
- made application -> BOOM
- "The procedure entry point Foo could not be located in dynamic =
-
- link library Dummy.dll"
-
- Tried watcom wlib to convert a .lbc file to a .lib for but the =
-
- same result :(
-
- Anyone out there that had the same sort of problem or any bright =
-
- idea! Dont hesitate to mail me!
-
- Yours : Fredrik
- E-mail : Frsj@syntronic.se
-